Class symantec.itools.db.beans.brl.adapter.editors.DerivQueryNavPage
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.brl.adapter.editors.DerivQueryNavPage

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----WizardPanel
                                           |
                                           +----symantec.itools.db.beans.brl.adapter.editors.DerivQueryNavPage

public class DerivQueryNavPage
extends WizardPanel
Class for the QueryNavigator Page in derivation business rule wizard

Version:
1.0 06/18/98
Author:
Puru Balakrishnan

Variable Index

 o centerPanel
 o centerRootPane
 o derivBasisComboBox
 o derivBasisLabel
 o derivBasisPanel
 o firstTime
 o instrPanel
 o instrText
 o queryNavComboBox
 o queryNavLabel
 o queryNavPanel
 o ruleType

Constructor Index

 o symantec.itools.db.beans.brl.adapter.editors.DerivQueryNavPage(DerivWizardController)

Method Index

 o entering()
 o exiting()
 o getRuleType()
get the rule type
 o initControls()

Variables

 o centerPanel
protected com.sun.java.swing.JPanel centerPanel
 o centerRootPane
protected com.sun.java.swing.JRootPane centerRootPane
 o derivBasisComboBox
protected com.sun.java.swing.JComboBox derivBasisComboBox
 o derivBasisLabel
protected com.sun.java.swing.JLabel derivBasisLabel
 o derivBasisPanel
protected com.sun.java.swing.JPanel derivBasisPanel
 o firstTime
protected boolean firstTime
 o instrPanel
protected com.sun.java.swing.JPanel instrPanel
 o instrText
protected com.sun.java.swing.JTextArea instrText
 o queryNavComboBox
protected com.sun.java.swing.JComboBox queryNavComboBox
 o queryNavLabel
protected com.sun.java.swing.JLabel queryNavLabel
 o queryNavPanel
protected com.sun.java.swing.JPanel queryNavPanel
 o ruleType
protected int ruleType

Constructors

 o DerivQueryNavPage
protected DerivQueryNavPage(DerivWizardController c)

Methods

 o entering
public void entering()

Overrides:
entering in class WizardPanel
 o exiting
public boolean exiting()

Overrides:
exiting in class WizardPanel
 o getRuleType
public int getRuleType()
get the rule type

Returns:
int
 o initControls
protected void initControls()

All Packages  Class Hierarchy  This Package  Previous  Next  Index